home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / OpenBook / openbook-1.2.0-fx.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2004-10-26  |  1.6 KB  |  40 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <!-- Target Application this extension can install into, 
  8.         with minimum and maximum supported versions. --> 
  9.     <em:targetApplication>
  10.       <Description>
  11.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  12.         <em:minVersion>0.8</em:minVersion>
  13.         <em:maxVersion>1.0+</em:maxVersion>
  14.       </Description>
  15.     </em:targetApplication>
  16.     
  17.     <!-- Front End MetaData -->
  18.     <em:name>OpenBook</em:name>
  19.     <em:description>Allows for customization of the Add Bookmark dialog</em:description>
  20.     <em:creator>chuonthis</em:creator>
  21.     <em:id>{aba3f5c2-35d5-4960-bdfc-de9c162e39ce}</em:id>
  22.     <em:version>1.2.0</em:version>
  23.     <em:homepageURL>http://www.chuonthis.com/extensions/</em:homepageURL>
  24.     <em:updateURL>http://www.chuonthis.com/extensions/update.rdf</em:updateURL>
  25.     <em:optionsURL>chrome://openbook/content/openbookPref.xul</em:optionsURL>
  26.     <!-- <em:iconURL>chrome://openbook/content/openbook-icon.png</em:iconURL> -->
  27.  
  28.     <!-- Front End Integration Hooks (used by Extension Manager)-->
  29.     
  30.     <!-- Packages, Skins and Locales that this extension registers -->
  31.     <em:file>
  32.       <Description about="urn:mozilla:extension:file:openbook.jar">
  33.         <em:package>content/openbook/</em:package>
  34.         <em:locale>locale/en-US/openbook/</em:locale>
  35.       </Description>
  36.     </em:file>
  37.   </Description>      
  38.   
  39. </RDF>
  40.